home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 4536 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.applications,comp.sys.amiga.misc
  2. Path: peer-news.britain.eu.net!liv!lucs!news
  3. From: fish@csc.liv.ac.uk (S.E. Morris)
  4. Subject: Re: How to close WB screen and KEEP it closed ?
  5. Sender: news@csc.liv.ac.uk (News Eater)
  6. Message-ID: <DMCr94.CFx@csc.liv.ac.uk>
  7. Date: Tue, 6 Feb 1996 11:43:52 GMT
  8. References: <4f24o7$2pt@ngriffin.itc.gu.edu.au>
  9. Nntp-Posting-Host: fish@fuerte.csc.liv.ac.uk
  10. Organization: Computer Science, University of Liverpool, UK
  11. X-Newsreader: knews 0.9.4
  12.  
  13. In article <4f24o7$2pt@ngriffin.itc.gu.edu.au>,
  14. aissande@kraken.itc.gu.edu.au (George Sanderson) writes:
  15. >
  16. >I use a public screen for my shell windows and other stuff..  i wrote a 
  17. >little hack which closes the workbench screen, since nothing ever is on 
  18. >it until i actually load the workbench.  However, stuff like CED or almost 
  19. >anything else that opens its own screen ALSO opens the workbench screen 
  20. >either at the start or end of the program.  It is EXTREMELY annoying.  
  21. >Does anybody know why this is happening, and more importantly, does 
  22. >anybody know how to stop this from happening ?
  23. >
  24. >
  25. Probably badly written apps which open the WB screen when they close 
  26. regardless of whether it was open or not when it started.
  27.  
  28. You could try patching the open Workbench function, replacing it
  29. with your own dummy function.  Not an ideal solution - but it should
  30. work.
  31.  
  32. -FISH-   ><>
  33.  
  34.